syntax check

英 [ˈsɪntæks tʃek] 美 [ˈsɪntæks tʃek]

网络  语法检查; 语法检查器; 语法检查过程; 语法检测

计算机



双语例句

  1. We show the Web syntax check as the first step.
    我们在第一步就提到了Web语法检查器。
  2. IDA provides comprehensive built-in constraints to do a model syntax check and to provide design suggestions for logical and physical models, as shown in Figure 21.
    RDA为模型语法检查提供了广泛的内建的约束,并为逻辑和物理模型提供设计建议,如下面的图18所示。
  3. Validates your XML document against an XML schema or DTD declared in the document or performs a syntax check if no schema or DTD is declared.
    针对文档中声明的XML模式或DTD,验证您的XML文档,如果没有声明模式或DTD的话,则执行一次语法检查。
  4. Note that the syntax may change from release to release, so double check the version you've downloaded and the API you're browsing.
    注意,不同发布的语法可能不同,因此,请仔细检查您已下载的版本和正在浏览的API。
  5. If it finds SQL, it does a modest syntax check.
    如果找到SQL,它会进行最温和的语法检查。
  6. Additionally, you can use the editor to perform a syntax check on the commands.
    另外,可以使用编辑器对命令执行语法检查。
  7. It finds one syntax error at a time, so you have to be a little patient to do it, but you can check that the syntax is right.
    它一次会找到一个语法错误,所以你们必须要有点耐心,但是你们可以检查出语法是否正确。
  8. Since they are usually written in a natural language, their syntax and grammar can be difficult to check, at best.
    因为它们往往都是用自然语言些的,至少其语法,文法很难被检查。
  9. Controller operations, such as lexical analysis, syntax check, extracting of machine control words, and interpolating of tools path, are realized by the translating and edit technology.
    本文运用编译技术实现了NC程序的词法检查、语法检查、控制字提取和刀具路径插补运算等操作;
  10. Based on the control system internal data flow, lexical syntax check and decoding of NC machining code is realized.
    从控制系统内部的数据流出发,实现了数控加工代码的词法、语法检查以及译码。
  11. The programming environment of syntax directed is an interactive environment which includes edit, execute and check error functions.
    语法制导的程序设计环境是一个包括有编辑、执行和查错等工具系统的交互式程序设计环境。
  12. Development of syntax check module of NC processing simulation system for lathe center
    车削中心数控加工仿真系统程序检查模块的开发
  13. The system of syntax checking of Ladder Diagram will check if there is any syntax error in the Ladder Diagram. If the Ladder Diagram is compliance, it can be transformed to instruction list.
    梯形图的语法检查可以检查梯形图的常见语法错误,检查语法无误后,可以将梯形图程序由梯形图语言转换为指令表语言。
  14. Pattern matching utilizes abstract syntax tree isomorphism algorithm; Pointer semantics determines the semantics of programs through semantic constraints to check out security vulnerabilities; Interprocedural analysis adopts summary-based context sensitive analysis.
    模式匹配采用了抽象语法树同构判断算法;指针语义则是通过语义约束来确定程序唯一语义以达到检查安全漏洞的目的;跨过程分析采用基于总结的上下文敏感分析方法。